public void CreateDisplayList( Placement[] placements )
public: void CreateDisplayList( array<Placement^>^ placements )
Parameters
- placements
- Objects, for which a graphical representation should be created.
public void CreateDisplayList( Placement[] placements )
public: void CreateDisplayList( array<Placement^>^ placements )
Exception | Description |
---|---|
ArgumentException | Thrown in case of invalid parameters. |
ArgumentNullException | A null reference is passed to a parameter. |
BaseException | An error occurred, when creating the display list. |